-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-29237: Addendum: Hive: Refactor commit lock mechanism from HiveTableOperations (#6648) #6112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3ff4ce3
to
f568ad7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
@InvisibleProgrammer since it's an addendum, I noticed that
|
could you please update the commit message, explicitly mentioning that we only port the test fixes, not the production code |
f568ad7
to
8d76bcb
Compare
…ableOperations (#6648) Note: this is not a full port: it is about porting some missing changes from the previous port especially for test cases. Co-authored-by: Adam Szita <[email protected]> Co-authored-by: Peter Vary <[email protected]> (cherry picked from commit 333227fbd13821365cec1bdbfcb9314a239bea0f)
8d76bcb
to
5015d2d
Compare
Both commit message and PR description modified. |
thanks @InvisibleProgrammer, i'll merge with the green build |
|
(cherry picked from commit 333227fbd13821365cec1bdbfcb9314a239bea0f)
Note: this is not a full port: it is about porting some missing changes from the previous port especially for test cases.
What changes were proposed in this pull request?
Add missing ports from Iceberg in
TestHiveCommitLocks
.Why are the changes needed?
It lead to flakyness on downstream.
Does this PR introduce any user-facing change?
No
How was this patch tested?